Skip to main content
POST
/
gin
/
v1
/
company
/
candidate
/
it-skill
Add candidate it skills
curl --request POST \
  --url https://api.hyrd.de/gin/v1/company/candidate/it-skill \
  --header 'Content-Type: application/json' \
  --data '
"{\n    \"user_slug\": \"39c12359-7eaf-407d-9be7-97f522a1e7f2\",\n    \"skill_name\": \"React\",\n    \"skill_level_id\": 4 // 1 - 4\n}"
'

Headers

Authorization
string

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response